←Select platform

RawBinaryData Constructor(Byte[])

Summary

Initializes a new instance of the RawBinaryData class with explicit parameters.

Syntax

C#
VB
C++
public RawBinaryData(  
   byte[] data 
) 
Public Function New( _ 
   ByVal data() As Byte _ 
) 
public: 
RawBinaryData(  
   array<byte>^ data 
) 

Parameters

data
Byte array of the data to be used for loading or saving.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.DataContracts Assembly
Click or drag to resize